From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 16:59:35 +0000 (+0100) Subject: gtk: mark gtk_native_get_for_surface as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=985a39d41fea94ea9f3de24b3272d0b048671e53;p=gtk4.git gtk: mark gtk_native_get_for_surface as nullable --- diff --git a/gtk/gtknative.c b/gtk/gtknative.c index 8a0b74a062..0154781379 100644 --- a/gtk/gtknative.c +++ b/gtk/gtknative.c @@ -267,7 +267,7 @@ gtk_native_get_surface_transform (GtkNative *self, * * Finds the `GtkNative` associated with the surface. * - * Returns: (transfer none): the `GtkNative` that is associated with @surface + * Returns: (transfer none) (nullable): the `GtkNative` that is associated with @surface */ GtkNative * gtk_native_get_for_surface (GdkSurface *surface)